html,
body {
  perspective: 1000px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
  transform-origin: 0 0;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  z-index: 99;
  right: 1%;
}

.swiper-pagination-bullet {
  width: 72px;
  height: 40px;
  margin: 0 0 2px;
  background: url(../images/page_icon.png) no-repeat center center;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: url(../images/page_icona.png) no-repeat center center;
}

/*  */
.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 60px 0 1.4rem;
}

.part-name .ch {
  font-size: 16px;
  line-height: 24px;
  color: #da1617;
}

.part-name .en {
  padding-bottom: 0.2rem;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  text-transform: uppercase;
  background: url(../images/red_line.png) no-repeat 0 bottom/12px;
}
@media (min-width: 1200px) {
  .wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 5vw 0 0;
  }

  .part-name .ch {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #da1617;
  }

  .part-name .en {
    padding-bottom: 1.2vw;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    text-transform: uppercase;
    background: url(../images/red_line.png) no-repeat 0 bottom;
  }
}

/* 第1部分 */

.part1 {
  position: relative;
  background: url(../images/mvideo_img.jpg) no-repeat center 0 / cover;
}

.video-font1 {
  position: absolute;
  z-index: 10;
  left: 0.4rem;
  top: 2rem;
}

.video-font1 img {
  width: 4.3rem;
}

.video-font2 {
  position: absolute;
  z-index: 10;
  left: 1rem;
  top: 5.5rem;
}

.video-font2 ul {
  display: flex;
  flex-wrap: wrap;
  width: 5rem;
}

.video-font2 ul li {
  width: 50%;
  padding: 0 0 0.2rem;
  color: #fff;
}

.video-font2 ul .en {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.video-font2 ul .ch {
  font-size: 14px;
  line-height: 20px;
}

.video-btn {
  position: absolute;
  left: 1rem;
  top: 8rem;
}

.video-btn img {
  width: 1.2rem;
}

/*样式表*/

.video-bg {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.alerts {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
}

.alerts img {
  width: 40px;
}

.video-bg div {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.videos {
  width: 100%;
}
@media (min-width: 1200px) {
  .part1 {
    position: relative;
    background: url(../images/video_img1.jpg) no-repeat center 0 / cover;
  }

  .video-font1 {
    position: absolute;
    z-index: 10;
    left: 5vw;
    top: 10vw;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
  }

  .video-font1 img {
    width: 14vw;
  }

  .video-ch {
    position: absolute;
    left: 7vw;
    top: 15vw;
  }
  .video-ch ul {
    display: flex;
  }
  .video-ch ul li {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
  }

  .video-ch ul li:nth-child(4) {
    margin-right: 2vw;
  }
  .video-ch ul li img {
    width: 5vw;
  }

  .video-font2 {
    position: absolute;
    z-index: 10;
    left: 7vw;
    top: 21.8vw;
  }

  .video-font2 ul {
    display: flex;
  }

  .video-font2 ul li {
    padding-right: 5.2vw;
    color: #fff;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
  }

  .video-font2 ul .en {
    font-size: 0.8vw;
    line-height: 1.2vw;
    text-transform: uppercase;
  }

  .video-font2 ul .ch {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .mouse {
    position: absolute;
    left: 0;
    bottom: 3vw;
    width: 100%;
    text-align: center;
  }

  .mouse img {
    width: 4.2vw;
  }

  .part1.swiper-slide-active .video-font1 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  .part1.swiper-slide-active .video-ch ul li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .part1.swiper-slide-active .video-ch ul li:nth-child(1) {
    transition-delay: 2.1s;
  }
  .part1.swiper-slide-active .video-ch ul li:nth-child(2) {
    transition-delay: 2.3s;
  }
  .part1.swiper-slide-active .video-ch ul li:nth-child(3) {
    transition-delay: 2.5s;
  }
  .part1.swiper-slide-active .video-ch ul li:nth-child(4) {
    transition-delay: 2.7s;
  }
  .part1.swiper-slide-active .video-ch ul li:nth-child(5) {
    transition-delay: 2.9s;
  }
  .part1.swiper-slide-active .video-ch ul li:nth-child(6) {
    transition-delay: 3.1s;
  }
  .part1.swiper-slide-active .video-ch ul li:nth-child(7) {
    transition-delay: 3.3s;
  }
  .part1.swiper-slide-active .video-ch ul li:nth-child(8) {
    transition-delay: 3.5s;
  }
  .part1.swiper-slide-active .video-font2 ul li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .part1.swiper-slide-active .video-font2 ul li:nth-child(1) {
    transition-delay: 2.1s;
  }
  .part1.swiper-slide-active .video-font2 ul li:nth-child(2) {
    transition-delay: 2.3s;
  }
  .part1.swiper-slide-active .video-font2 ul li:nth-child(3) {
    transition-delay: 2.5s;
  }
  .part1.swiper-slide-active .video-font2 ul li:nth-child(4) {
    transition-delay: 2.7s;
  }
  .part1.swiper-slide-active .video-font2 ul li:nth-child(5) {
    transition-delay: 2.9s;
  }
  .part1.swiper-slide-active .video-font2 ul li:nth-child(6) {
    transition-delay: 3.1s;
  }
  .part1.swiper-slide-active .video-font2 ul li:nth-child(7) {
    transition-delay: 3.3s;
  }
  .part1.swiper-slide-active .video-font2 ul li:nth-child(8) {
    transition-delay: 3.5s;
  }

  .video-bg {
    display: block;
    position: relative;
    background: none;
  }
  .video-bg div {
    position: relative;
  }
}

/* 第2部分 */

.part2 {
  position: relative;
  background: url(../images/mpart2_bg.jpg) no-repeat center center / cover;
}

.part2 .wrap {
  align-items: center;
}

.part2-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part2-box {
  padding: 0.2rem;
  background: rgba(238, 241, 248, 0.9) url(../images/about_map.png) no-repeat
    right bottom/6rem;
}

.part2-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part2-more a {
  display: block;
  padding-left: 0.6rem;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background: url(../images/more_r.png) no-repeat 0 center/20px;
}

.part2-detail {
  padding: 0.4rem 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.part2-p {
  height: 80px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.part2-nav {
  padding: 0.4rem 0 0.2rem;
}

.part2-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.part2-nav ul li {
  width: 2rem;
  padding: 0 0.6rem 0.4rem 0;
}

.part2-nav ul a {
  display: block;
  text-align: center;
}

.part2-li-icon {
  position: relative;
}

.part2-li-icon i {
  display: block;
}

.part2-li-icon img {
  width: 0.48rem;
}

.part2-li-name {
  padding-top: 0.2rem;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

@media (min-width: 1200px) {
  .part2 {
    position: relative;
    background: url(../images/part2_bg.jpg) no-repeat center center / cover;
  }

  .part2 .wrap {
    align-items: flex-end;
    padding-bottom: 0.5vw;
  }

  .part2-main {
    width: 100%;
    padding-left: 34vw;
    padding-right: 14vw;
  }

  .part2-name {
    padding: 0 0 2.4vw;
  }

  .part2-detail {
    padding: 0;
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #333;
  }

  .part2-box {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  .part2-p {
    width: 32vw;
    height: 5.6vw;
    overflow: hidden;
    padding-top: 2vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #333;
  }

  .part2-slide {
    width: 18vw;
    padding-top: 2vw;
    padding-left: 2vw;
    border-left: 1px solid #c7cedf;
  }

  .part2-ad1 {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }

  .part2-ad2 {
    font-size: 1.8vw;
    line-height: 2vw;
    color: #333;
  }

  .part2-ad2 span {
    padding-right: 5px;
    color: #da1617;
  }

  .part2-more {
    margin: 3vw 0;
  }

  .part2-more a {
    display: block;
    padding: 0.5vw 0 0.5vw 2.4vw;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
    background: url(../images/more_r.png) no-repeat 0 center/1.8vw;
  }
  .part2-more a:hover {
    color: #da1617;
  }

  .part2-nav {
    padding: 0;
  }

  .part2-nav ul {
    display: flex;
    flex-wrap: nowrap;
  }

  .part2-nav ul li {
    padding-right: 3vw;
  }

  .part2-nav ul a {
    display: block;
    width: 7.2vw;
    padding: 2.4vw 0;
    text-align: center;
    transition: 0.3s;
  }

  .part2-li-icon {
    position: relative;
    overflow: hidden;
  }

  .part2-li-icon i {
    display: block;
    transition: 0.3s;
  }

  .part2-li-icon span {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 0.3s;
  }

  .part2-li-icon img {
    width: 2.4vw;
  }

  .part2-li-name {
    padding-top: 0.4vw;
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #333;
  }

  .part2-li-arrow {
    padding: 1vw 0 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
  }

  .part2-li-arrow img {
    width: 0.8vw;
  }

  .part2-nav ul a:hover {
    transform: translate3d(0, 0.5vw, 0);
    background: #da1617;
  }

  .part2-nav ul a:hover .part2-li-icon i {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  .part2-nav ul a:hover .part2-li-icon span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .part2-nav ul a:hover .part2-li-name {
    color: #fff;
  }

  .part2-nav ul a:hover .part2-li-arrow {
    opacity: 1;
  }
}

/* 第3部分 */

.part3 {
  position: relative;
  background: url(../images/mpart3_bg.jpg) no-repeat center 0 / cover;
}

.part3-main {
  width: 100%;
}

.part3-top {
  padding: 0.4rem 0.2rem 0;
}

.part3-nav {
  padding: 0.4rem 0;
}

.part3-nav ul {
  display: flex;
  justify-content: space-between;
}

.part3-nav ul a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.part3-box {
  height: 5.8rem;
  overflow: hidden;
}

.part3-box ul {
  display: flex;
  flex-wrap: wrap;
}

.part3-box ul li {
  width: 50%;
}

.part3-box ul a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.part3-box ul i {
  display: block;
}

.part3-box ul i img {
  width: 100%;
}

.pic-li-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
}

.pic-li-logo {
  padding: 0.2rem 0;
}

.pic-li-name {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}

.pic-li-arrow {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.1rem 0 0;
  background: url(../images/more_r.png) no-repeat 0 0/0.3rem;
}

@media (min-width: 1200px) {
  .part3 {
    position: relative;
    background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
  }

  .part3-main {
    width: 80vw;
    margin: 0 auto;
    padding: 4vw 0 0;
  }

  .part3-name {
    padding: 0 8vw;
  }

  .part3-nav {
    padding: 2vw 8vw;
  }

  .part3-nav ul {
    display: flex;
  }

  .part3-nav ul li {
    padding-right: 4vw;
  }

  .part3-nav ul a {
    display: block;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #333;
  }

  .part3-nav ul a:hover {
    color: #da1617;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  .part3-box {
    position: relative;
    height: 15vw;
    overflow: hidden;
  }

  .part3-box ul {
    display: flex;
    position: absolute;
  }

  .part3-box ul li {
    width: 20vw;
  }

  .part3-box ul a {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cacaca;
  }

  .part3-box ul i {
    display: block;
    transition: 0.3s;
  }

  .part3-box ul i img {
    width: 100%;
  }

  .pic-li-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 1.6vw;
    transform: translate3d(0, -9vw, 0);
    transition: 0.3s;
  }

  .pic-li-logo {
    padding: 1.6vw 0;
  }

  .pic-li-logo img {
    width: 6.5vw;
  }

  .pic-li-name {
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #333;
  }

  .pic-li-arrow {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0.4vw 0 0;
    background: url(../images/more_r.png) no-repeat 0 0/1.5vw;
  }

  .part3-box ul a:hover i {
    transform: translate3d(0, -0.5vw, 0);
  }

  .part3-box ul a:hover .pic-li-layer {
    transform: translate3d(0, 0, 0);
    background: rgba(218, 22, 23, 0.9);
  }

  .part3-box ul a:hover .pic-li-name {
    color: #fff;
  }

  .part3-box ul a:hover .pic-li-arrow {
    background-image: url(../images/more_w.png);
  }
}

/* 第4部分 */

.part4 {
  position: relative;
  background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
  align-items: center;
}

.part4-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part4-detail {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

.part4-ad {
  padding: 0.4rem 0;
}

.part4-ad ul {
  display: flex;
}

.part4-ad ul li {
  padding: 0 8px;
  background: url(../images/shu_r.png) no-repeat 0 center/2px 0.3rem;
}

.part4-ad ul li:nth-child(1) {
  padding-left: 0;
  background: none;
}

.part4-ad ul li .ch {
  font-size: 0.36rem;
  line-height: 1;
  color: #da1617;
}

.part4-ul {
  padding: 0;
}

.part4-li {
  display: block;
  position: relative;
  margin: 0 0 0.2rem;
  background: #000;
}

.part4-li i {
  display: block;
  opacity: 0.4;
}

.part4-li i img {
  width: 100%;
}

.part4-li-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.6rem 0 0 0.6rem;
}

.part4-li-name {
  color: #fff;
}

.part4-li-name .ch {
  font-size: 16px;
  line-height: 20px;
}

.part4-li-name .en {
  font-size: 12px;
  line-height: 16px;
}

.part4-li-layer ul {
  display: flex;
  flex-wrap: wrap;
  width: 4rem;
  margin: 0.3rem 0 0;
}

.part4-li-layer ul li {
  width: 50%;
  padding-bottom: 0.2rem;
}

.part4-li-layer ul a {
  display: flex;
  color: #fff;
}

.part4-li-layer ul a span {
  padding-right: 0.3rem;
  font-size: 14px;
  line-height: 20px;
  background: url(../images/more_w.png) no-repeat right center/0.2rem;
}
@media (min-width: 1200px) {
  .part4 {
    position: relative;
    background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
  }

  .part4 .wrap {
    align-items: center;
  }

  .part4-main {
    width: 84vw;
    margin: 0 auto;
    padding: 0;
  }

  .part4-detail {
    font-size: 1.5vw;
    line-height: 1.6vw;
    color: #333;
  }

  .part4-ad {
    padding: 2vw 0 4vw;
  }

  .part4-ad ul {
    display: flex;
  }

  .part4-ad ul li {
    padding: 0 0.6vw;
    background: url(../images/shu_r.png) no-repeat 0 2px/2px 1.8vw;
  }

  .part4-ad ul li:nth-child(1) {
    padding-left: 0;
    background: none;
  }

  .part4-ad ul li .ch {
    font-size: 1.8vw;
    line-height: 1;
    color: #da1617;
  }

  .part4-ad ul li .en {
    font-size: 12px;
    line-height: 20px;
  }

  .part4-ul {
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
  }

  .part4-li {
    display: block;
    position: relative;
    width: 36vw;
    background: #000;
    transition: 0.3s;
  }

  .part4-li:hover {
    background: #da1617;
    transform: translate3d(0, -1.5vw, 0);
  }

  .part4-li i {
    display: block;
    opacity: 0.4;
  }

  .part4-li i img {
    width: 100%;
  }

  .part4-li-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 8vw 0 0 4vw;
  }

  .part4-li-name {
    color: #fff;
  }

  .part4-li-name .ch {
    font-size: 0.9vw;
    line-height: 1.2vw;
  }

  .part4-li-name .en {
    font-size: 12px;
    line-height: 16px;
  }

  .part4-li-layer ul {
    display: flex;
    flex-wrap: wrap;
    width: 20vw;
    margin: 2.4vw 0 0;
  }

  .part4-li-layer ul li {
    width: 50%;
    padding-bottom: 1vw;
  }

  .part4-li-layer ul a {
    display: flex;
    color: #fff;
    transition: 0.3s;
  }

  .part4-li-layer ul a span {
    padding-right: 2.6vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
    background: url(../images/more_w.png) no-repeat right center/1.2vw;
  }

  .part4-li-layer ul a:hover {
    transform: translate3d(1vw, 0, 0);
  }
}

/* 第5部分 */

.part5 {
  position: relative;
  background: url(../images/mpart5_bg.jpg) no-repeat center bottom / cover;
}

.part5-main {
  width: 100%;
  padding: 0.8rem 0.2rem 0;
}

.part5-nav {
  padding: 0.3rem 0 0;
}

.part5-nav ul {
  display: flex;
}

.part5-nav ul li {
  padding-right: 0.4rem;
}

.part5-nav ul a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.part5-bottom {
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  width: 100%;
}

.part5-bottom ul li {
  padding-bottom: 2px;
}
.part5-bottom ul li:nth-child(3) {
  display: none;
}
.part5-bottom ul a {
  display: block;
  padding: 0.2rem;
  background: rgba(239, 241, 247, 0.77);
}

.new-li-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-li-title {
  width: 5rem;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-li-time {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.new-li-p {
  height: 40px;
  overflow: hidden;
  margin: 0.1rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.new-li-more {
  padding-left: 0.5rem;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background: url(../images/more_r.png) no-repeat 0 center/0.4rem;
}
@media (min-width: 1200px) {
  .part5 {
    position: relative;
    background: url(../images/part5_bg.jpg) no-repeat center center / cover;
  }

  .part5 .wrap {
    perspective: 1000px;
  }

  .part5-main {
    width: 62.5vw;
    margin: 0 auto;
    padding: 8vw 0 0;
  }

  .part5-nav {
    padding: 2vw 0 0;
  }

  .part5-nav ul {
    display: flex;
  }

  .part5-nav ul li {
    padding-right: 5vw;
  }
  .part5-bottom ul li:nth-child(3) {
    display: block;
  }
  .part5-nav ul a {
    display: block;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #333;
  }

  .part5-nav ul a:hover {
    color: #da1617;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  .part5-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform-origin: center bottom;
  }

  .part5-bottom ul {
    display: flex;
  }

  .part5-bottom ul li {
    width: 33.3%;
  }

  .part5-bottom ul a {
    display: block;
    padding: 2.8vw;
  }

  .new-li-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .new-li-title {
    display: flex;
    align-items: center;
    width: 20vw;
    height: 2.8vw;
    overflow: hidden;
    font-size: 1.2vw;
    line-height: 1.4vw;
    color: #333;
    white-space: wrap;
  }

  .new-li-time {
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  .new-li-p {
    height: 4.5vw;
    margin: 1vw 0;
    font-size: 0.8vw;
    line-height: 1.5vw;
    color: #333;
  }

  .new-li-more {
    padding-left: 3vw;
    font-size: 0.8vw;
    line-height: 2vw;
    color: #333;
    background: url(../images/more_r.png) no-repeat 0 center/2vw;
  }

  .part5-bottom ul a:hover {
    background: url(../images/new_li_bg.png) no-repeat 0 0;
  }

  .part5-bottom ul a:hover .new-li-title {
    color: #da1617;
  }
}

/* 第6部分 */

.part6 {
  position: relative;
  background: url(../images/mpart6_bg.jpg) no-repeat center 0 / cover;
}

.part6-main {
  width: 100%;
  padding: 1rem 0.2rem 0;
}

.part6-slide {
  padding: 0 0 0.4rem;
}

.part6-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.part6-tel {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #da1617;
}

.part6-tel-p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.part6-p {
  padding: 0;
}

.part6-p {
  font-size: 12px;
  line-height: 20px;
  color: #333;
}

.part6-p p {
  letter-spacing: -1px;
  padding-bottom: 5px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 1.8rem;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}

footer p {
  padding: 0 5px;
  color: #333;
}

footer a {
  padding: 0 5px;
  color: #333;
}
@media (min-width: 1200px) {
  .part6 {
    position: relative;
    background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
  }

  .part6 .wrap {
    align-items: flex-start;
  }

  .part6-main {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 5vw 10vw 0;
  }

  .part6-slide {
    padding-right: 1.5vw;
    text-align: right;
  }

  .part6-title {
    font-weight: bold;
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #000;
  }

  .part6-tel {
    font-weight: bold;
    font-size: 1.8vw;
    line-height: 2vw;
    color: #da1617;
  }

  .part6-tel-p {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
  }

  .part6-p {
    width: 30vw;
    padding-left: 1.5vw;
    border-left: 1px dashed #333;
  }

  .part6-p {
    font-size: 0.8vw;
    line-height: 1.6vw;
    color: #333;
  }

  footer {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 2vw;
    width: 100%;
    font-size: 0.8vw;
    line-height: 1.6vw;
    color: #333;
  }

  footer p {
    color: #333;
  }

  footer a {
    color: #333;
  }
}

/*  */

.fix-nav {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fix-nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 1.4rem;
  padding: 0.3rem 0.1rem 0;
  background: rgba(0, 0, 0, 0.6);
}

.fix-nav ul li {
  width: 25%;
}

.fix-nav ul a {
  display: block;
  text-align: center;
}

.fix-nav ul i {
  display: block;
}

.fix-nav i img {
  width: 0.5rem;
}

.fix-nav a p {
  padding-top: 0.1rem;
  font: 400 0.3rem/0.3rem "微软雅黑";
  color: #fff;
}
